From: YAMAMOTO Mitsuharu Date: Thu, 7 Jun 2007 08:43:58 +0000 (+0000) Subject: (xrm_get_preference_database): Remove BLOCK_INPUT. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~18556 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=05d0da3c09cee947b6d181a3c29cb9ea26e9c458;p=emacs.git (xrm_get_preference_database): Remove BLOCK_INPUT. --- diff --git a/src/mac.c b/src/mac.c index 8e3f49d2bfe..d783243399d 100644 --- a/src/mac.c +++ b/src/mac.c @@ -1826,8 +1826,6 @@ xrm_get_preference_database (application) GCPRO3 (database, quarks, value); - BLOCK_INPUT; - app_id = kCFPreferencesCurrentApplication; if (application) { @@ -1879,8 +1877,6 @@ xrm_get_preference_database (application) CFRelease (key_set); CFRelease (app_id); - UNBLOCK_INPUT; - UNGCPRO; return database;